home *** CD-ROM | disk | FTP | other *** search
- global ani_next_marker, ani_screen_marker
-
- on mouseWithin me
- cursor(280)
- set the member of sprite the currentSpriteNum to member("screenshots_rollover_alphas")
- end
-
- on mouseLeave me
- cursor(-1)
- set the member of sprite the currentSpriteNum to member("screenshots_norm_alphas")
- end
-
- on mouseDown me
- puppetSound(3, member("Click2"))
- ani_screen_marker = "screen shots"
- go(marker("menu_end"))
- end
-